home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 February / Pcwk022003b.iso / Antywirusy / Panda AntiVirus Platinum 7 / plat7shin.exe / data1.cab / Comunes / Plafcfg.dll / 0 / RCDATA / TFORMCFGFWLCONEXREGLASAVANZADAS / TFORMCFGFWLCONEXREGLASAVANZADAS.txt < prev   
Text File  |  2002-10-11  |  5KB  |  188 lines

  1. object FormCfgFwlConexReglasAvanzadas: TFormCfgFwlConexReglasAvanzadas
  2.   Left = 430
  3.   Top = 221
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Configuraci∩┐╜n de reglas de conexi∩┐╜n avanzadas'
  7.   ClientHeight = 396
  8.   ClientWidth = 471
  9.   Color = 14609391
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object PlaGroupBoxReglas: TPlaGroupBox
  22.     Left = 14
  23.     Top = 11
  24.     Width = 446
  25.     Height = 338
  26.     TitleFont.Charset = DEFAULT_CHARSET
  27.     TitleFont.Color = 13977088
  28.     TitleFont.Height = -11
  29.     TitleFont.Name = 'Tahoma'
  30.     TitleFont.Style = []
  31.     Caption = 'Reglas de conexi∩┐╜n avanzadas'
  32.     Font.Charset = DEFAULT_CHARSET
  33.     Font.Color = clWindowText
  34.     Font.Height = -11
  35.     Font.Name = 'Tahoma'
  36.     Font.Style = []
  37.     ParentFont = False
  38.     TabOrder = 0
  39.     object ImageReglas: TImage
  40.       Left = 11
  41.       Top = 22
  42.       Width = 32
  43.       Height = 32
  44.       Picture.Data = {<image001.bmp>}
  45.       Transparent = True
  46.     end
  47.     object Label1: TLabel
  48.       Left = 58
  49.       Top = 19
  50.       Width = 376
  51.       Height = 52
  52.       AutoSize = False
  53.       Caption = 
  54.         'En la siguiente lista puedes a∩┐╜adir las reglas de conexi∩┐╜n que d' +
  55.         'esees. Las reglas permiten configurar los puertos y protocolos q' +
  56.         'ue los programas instalados en tu ordenador pueden usar. Estas r' +
  57.         'eglas tienen prioridad sobre las opciones seleccionadas individu' +
  58.         'almente para cada programa.'
  59.       WordWrap = True
  60.     end
  61.     object PlaListViewReglas: TPlaListView
  62.       Left = 58
  63.       Top = 84
  64.       Width = 376
  65.       Height = 179
  66.       Color = clWhite
  67.       CheckBoxes = False
  68.       Columns = <
  69.         item
  70.           Width = 230
  71.           Caption = 'Nombre de la regla'
  72.         end
  73.         item
  74.           Editable = True
  75.           Width = 120
  76.           Caption = 'Acci∩┐╜n a realizar'
  77.           DropDownList.Strings = (
  78.             'Denegar'
  79.             'Permitir')
  80.         end>
  81.       DragCursor = crDrag
  82.       DragMode = dmManual
  83.       Editable = True
  84.       Font.Charset = DEFAULT_CHARSET
  85.       Font.Color = clBlack
  86.       Font.Height = -11
  87.       Font.Name = 'Tahoma'
  88.       Font.Style = []
  89.       HideSelection = True
  90.       MultiSelect = False
  91.       ParentColor = False
  92.       ParentFont = False
  93.       ShowColumnHeaders = True
  94.       TabOrder = 0
  95.       OnEdited = PlaListViewReglasEdited
  96.       OnSelectItem = PlaListViewReglasSelectItem
  97.       Data = {
  98.         0001030000000C54506C614C6973744974656D000000000C0A0C5065726D6974
  99.         697220544350FE0C5065726D6974697220544350085065726D697469720C5450
  100.         6C614C6973744974656D000000000C0A0C426C6F717565617220544350FE0C42
  101.         6C6F7175656172205443500744656E656761720C54506C614C6973744974656D
  102.         000000000C0A0E4E61766567616369F36E20776562FE0E4E61766567616369F3
  103.         6E2077656200FE}
  104.     end
  105.     object PlaButtonAnadir: TPlaButton
  106.       Left = 88
  107.       Top = 271
  108.       Width = 110
  109.       Height = 21
  110.       HelpContext = 239
  111.       Caption = 'A∩┐╜adir nueva regla'
  112.       Font.Charset = DEFAULT_CHARSET
  113.       Font.Color = clWindowText
  114.       Font.Height = -11
  115.       Font.Name = 'Tahoma'
  116.       Font.Style = []
  117.       ParentFont = False
  118.       TabOrder = 1
  119.       OnClick = PlaButtonAnadirClick
  120.     end
  121.     object PlaButtonEditar: TPlaButton
  122.       Left = 206
  123.       Top = 271
  124.       Width = 110
  125.       Height = 21
  126.       HelpContext = 240
  127.       Caption = 'Editar regla'
  128.       Font.Charset = DEFAULT_CHARSET
  129.       Font.Color = clWindowText
  130.       Font.Height = -11
  131.       Font.Name = 'Tahoma'
  132.       Font.Style = []
  133.       ParentFont = False
  134.       TabOrder = 2
  135.       OnClick = PlaButtonEditarClick
  136.     end
  137.     object PlaButtonBorrar: TPlaButton
  138.       Left = 324
  139.       Top = 271
  140.       Width = 110
  141.       Height = 21
  142.       HelpContext = 241
  143.       Caption = 'Borrar regla'
  144.       Font.Charset = DEFAULT_CHARSET
  145.       Font.Color = clWindowText
  146.       Font.Height = -11
  147.       Font.Name = 'Tahoma'
  148.       Font.Style = []
  149.       ParentFont = False
  150.       TabOrder = 3
  151.       OnClick = PlaButtonBorrarClick
  152.     end
  153.     object PlaCheckBoxReflejarEnInforme: TPlaCheckBox
  154.       Left = 58
  155.       Top = 310
  156.       Width = 290
  157.       Height = 16
  158.       HelpContext = 242
  159.       Caption = 'Reflejar en el informe cada vez que se aplique una regla'
  160.       Font.Charset = DEFAULT_CHARSET
  161.       Font.Color = clWindowText
  162.       Font.Height = -11
  163.       Font.Name = 'Tahoma'
  164.       Font.Style = []
  165.       ParentFont = False
  166.       TabOrder = 4
  167.       State = cbChecked
  168.     end
  169.   end
  170.   object PlaButtonCerrar: TPlaButton
  171.     Left = 388
  172.     Top = 364
  173.     Width = 72
  174.     Height = 21
  175.     Caption = 'Cerrar'
  176.     Font.Charset = DEFAULT_CHARSET
  177.     Font.Color = clWindowText
  178.     Font.Height = -11
  179.     Font.Name = 'Tahoma'
  180.     Font.Style = []
  181.     ParentFont = False
  182.     TabOrder = 1
  183.     OnClick = PlaButtonCerrarClick
  184.     Cancel = True
  185.     Default = True
  186.   end
  187. end
  188.